-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] 주변 상점 UI 웹, ios와 동기화 #411
base: develop
Are you sure you want to change the base?
Conversation
…o fix/synchronization_store_activity
…o fix/synchronization_store_activity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 코멘트 확인해주세요 😁
<EditText | ||
android:id="@+id/search_editText" | ||
android:layout_width="0dp" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="start|center" | ||
android:background="@null" | ||
android:hint="상점명을 입력하세요" | ||
android:imeOptions="actionDone" | ||
android:includeFontPadding="false" | ||
android:lineSpacingExtra="6sp" | ||
android:maxLines="1" | ||
android:padding="13dp" | ||
android:singleLine="true" | ||
android:textColor="@color/gray9" | ||
android:textSize="13sp" | ||
app:fontName="Custom6" | ||
app:layout_constraintBottom_toBottomOf="parent" | ||
app:layout_constraintEnd_toStartOf="@+id/search_image_view" | ||
app:layout_constraintHorizontal_bias="0.0" | ||
app:layout_constraintStart_toStartOf="parent" | ||
app:layout_constraintTop_toTopOf="parent" | ||
app:layout_constraintVertical_bias="0.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app:fontName
속성은 #330 에서 제거됬어요!
core 모듈 안 text_appearance.xml 에 텍스트 스타일이 정의되어 있으니 피그마에서 사용되는 타이포그래피 기준으로 맞춰서 사용하시면 됩니다!
android:textAppearance="@style/TextAppearance.Koin.Medium.16"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨겠네요! 감사합니다!
…o fix/synchronization_store_activity
개요
작업 상세내용
결과 화면
-주변 상점 UI
-이벤트 배너